std::basic_ostream::flush
From Cppreference
< cpp | io | basic ostream
| C++ Standard Library | ||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Input/output library | ||||||||||||||||||||||||||||||||||||||||||||||||
| std::basic_ostream | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
| basic_ostream< CharT, Traits > flush();
| ||
Writes uncommitted changes in the cache buffer to the underlying output device.
Contents |
[edit] Parameters
(none)
[edit] Return value
*this
[edit] Example
| This section is incomplete |
[edit] See also
| synchronizes with the underlying storage device (public member function of std::basic_istream) | |